home *** CD-ROM | disk | FTP | other *** search
/ Erect Magazine Special 4 / Erect Magazine Special 4 - Disc 1.iso / mac / Menu.DIR / 00011.ls < prev    next >
Encoding:
Text File  |  1996-11-01  |  207 b   |  10 lines

  1. on mouseUp
  2.   if field "Sound_Flg" = "ON" then
  3.     set the visible of sprite 24 to 1
  4.     set the visible of sprite 25 to 0
  5.     put "OFF" into field "Sound_Flg"
  6.     sound_stop()
  7.     updateStage()
  8.   end if
  9. end
  10.